Description of 'swap' option was too long
authorparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 14 Sep 2004 19:43:41 +0000 (19:43 +0000)
committerparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 14 Sep 2004 19:43:41 +0000 (19:43 +0000)
gpsbabel/stackfilter.c

index df6dbc24436d5e0c4f4401fefefc8b864e9f93f5..963e7572a547262660865b47bb102263cfb6967b 100644 (file)
@@ -43,8 +43,8 @@ arglist_t stackfilt_args[] = {
        {"append", &opt_append, "Append list when popping", ARGTYPE_BOOL},
        {"discard", &opt_discard, "Discard top of stack when popping", ARGTYPE_BOOL},
        {"replace", &opt_replace, "Replace list with top of stack (default)", ARGTYPE_BOOL},
-       {"swap", &opt_swap, "Swap waypoint list with <depth> element of stack", ARGTYPE_BOOL},
-       {"depth", &opt_depth, "Element to use in swap operation", ARGTYPE_INT},
+       {"swap", &opt_swap, "Swap waypoint list with <depth> item on stack", ARGTYPE_BOOL},
+       {"depth", &opt_depth, "Item to use when swapping", ARGTYPE_INT},
        {0, 0, 0, 0}
 };